Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Safari errors while setting URLs in iframes #60

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

Stukova
Copy link
Collaborator

@Stukova Stukova commented Jan 28, 2024

Safari may throw an error when attempting to set the URL in an iframe.

_safari error

Changes in this pull request reduce the chances of Safari throwing an error while setting the URL in an iframe. The solution involves using a throttle function to set the URL in the iframe.

Copy link
Owner

@neesjanvaneck neesjanvaneck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @Stukova, for implementing this workaround! It looks great to me.

@neesjanvaneck neesjanvaneck merged commit 678d63b into develop Jan 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants